command to create react app

68

Create React App command -

npx create-react-app hello-world
cd hello-world && npm start

command to create an react app -

npx create-react-app yourprojectname

#or

yarn create react-app yourprojectname

Comments

Submit
0 Comments